Passed
Pull Request — master (#29)
by Felipe Catão do
01:20
created

engine.js ➔ __webpack_require__   A

Complexity

Conditions 5

Size

Total Lines 19
Code Lines 8

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
eloc 8
dl 0
loc 19
c 0
b 0
f 0
rs 9.3333
cc 5
1
/*
2
 * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
3
 * This devtool is neither made for production nor for readable output files.
4
 * It uses "eval()" calls to create a separate source file in the browser devtools.
5
 * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
6
 * or disable the default devtool with "devtool: false".
7
 * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8
 */
9
/******/ (() => { // webpackBootstrap
10
/******/ 	"use strict";
11
/******/ 	var __webpack_modules__ = ({
12
13
/***/ "./Framework/copile.js":
14
/*!*****************************!*\
15
  !*** ./Framework/copile.js ***!
16
  \*****************************/
17
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
0 ignored issues
show
Unused Code introduced by
The parameter __unused_webpack_module is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
Unused Code introduced by
The parameter __webpack_exports__ is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
Unused Code introduced by
The parameter __webpack_require__ is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
18
19
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _utils_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils.js */ \"./Framework/utils.js\");\n//Exportador Webpack\r\n\r\n\r\nconst teste = new  util\r\nteste\r\nfunction testeOrder(){\r\n    console.log(\"testeLouco'\")\r\n}\r\n(0,_utils_js__WEBPACK_IMPORTED_MODULE_0__.UtilVerify)(\"hello\")\n\n//# sourceURL=webpack://webpack-lavine/./Framework/copile.js?");
0 ignored issues
show
Security Performance introduced by
Calls to eval are slow and potentially dangerous, especially on untrusted code. Please consider whether there is another way to achieve your goal.
Loading history...
20
21
/***/ }),
22
23
/***/ "./Framework/utils.js":
24
/*!****************************!*\
25
  !*** ./Framework/utils.js ***!
26
  \****************************/
27
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
0 ignored issues
show
Unused Code introduced by
The parameter __webpack_require__ is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
Unused Code introduced by
The parameter __webpack_exports__ is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
Unused Code introduced by
The parameter __unused_webpack_module is not used and could be removed.

This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.

Loading history...
28
29
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */   \"util\": () => (/* binding */ util)\n/* harmony export */ });\nclass util{\r\n    UtilVerify(parses){\r\n        console.log(parses)\r\n    }\r\n}\n\n//# sourceURL=webpack://webpack-lavine/./Framework/utils.js?");
0 ignored issues
show
Security Performance introduced by
Calls to eval are slow and potentially dangerous, especially on untrusted code. Please consider whether there is another way to achieve your goal.
Loading history...
30
31
/***/ })
32
33
/******/ 	});
34
/************************************************************************/
35
/******/ 	// The module cache
36
/******/ 	var __webpack_module_cache__ = {};
37
/******/ 	
38
/******/ 	// The require function
39
/******/ 	function __webpack_require__(moduleId) {
0 ignored issues
show
Bug introduced by
The function __webpack_require__ is declared conditionally. This is not supported by all runtimes. Consider moving it to root scope or using var __webpack_require__ ...nction() { /* ... */ }; instead.
Loading history...
40
/******/ 		// Check if module is in cache
41
/******/ 		var cachedModule = __webpack_module_cache__[moduleId];
42
/******/ 		if (cachedModule !== undefined) {
43
/******/ 			return cachedModule.exports;
44
/******/ 		}
45
/******/ 		// Create a new module (and put it into the cache)
46
/******/ 		var module = __webpack_module_cache__[moduleId] = {
47
/******/ 			// no module.id needed
48
/******/ 			// no module.loaded needed
49
/******/ 			exports: {}
50
/******/ 		};
51
/******/ 	
52
/******/ 		// Execute the module function
53
/******/ 		__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
54
/******/ 	
55
/******/ 		// Return the exports of the module
56
/******/ 		return module.exports;
57
/******/ 	}
58
/******/ 	
59
/************************************************************************/
60
/******/ 	/* webpack/runtime/define property getters */
61
/******/ 	(() => {
62
/******/ 		// define getter functions for harmony exports
63
/******/ 		__webpack_require__.d = (exports, definition) => {
64
/******/ 			for(var key in definition) {
0 ignored issues
show
Complexity introduced by
A for in loop automatically includes the property of any prototype object, consider checking the key using hasOwnProperty.

When iterating over the keys of an object, this includes not only the keys of the object, but also keys contained in the prototype of that object. It is generally a best practice to check for these keys specifically:

var someObject;
for (var key in someObject) {
    if ( ! someObject.hasOwnProperty(key)) {
        continue; // Skip keys from the prototype.
    }

    doSomethingWith(key);
}
Loading history...
65
/******/ 				if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
66
/******/ 					Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
67
/******/ 				}
68
/******/ 			}
69
/******/ 		};
70
/******/ 	})();
71
/******/ 	
72
/******/ 	/* webpack/runtime/hasOwnProperty shorthand */
73
/******/ 	(() => {
74
/******/ 		__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75
/******/ 	})();
76
/******/ 	
77
/******/ 	/* webpack/runtime/make namespace object */
78
/******/ 	(() => {
79
/******/ 		// define __esModule on exports
80
/******/ 		__webpack_require__.r = (exports) => {
81
/******/ 			if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
0 ignored issues
show
Bug introduced by
The variable Symbol seems to be never declared. If this is a global, consider adding a /** global: Symbol */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
82
/******/ 				Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
83
/******/ 			}
84
/******/ 			Object.defineProperty(exports, '__esModule', { value: true });
85
/******/ 		};
86
/******/ 	})();
87
/******/ 	
88
/************************************************************************/
89
/******/ 	
90
/******/ 	// startup
91
/******/ 	// Load entry module and return exports
92
/******/ 	// This entry module can't be inlined because the eval devtool is used.
93
/******/ 	var __webpack_exports__ = __webpack_require__("./Framework/copile.js");
0 ignored issues
show
Unused Code introduced by
The assignment to variable __webpack_exports__ seems to be never used. Consider removing it.
Loading history...
94
/******/ 	
95
/******/ })()
96
;